home *** CD-ROM | disk | FTP | other *** search
-
- Ok folks, maybe I should have stated it, but I'm not an idiot. :)
-
- The problem with Set Buffer I was having was that all the time when TESTING
- the program I'd get Out Of Variable Space messages, and I'd have to increase
- the Set Buffer command for the program to run. But when I did a Print Free
- (to print the available Variable Buffer) in the program I had nearly 50 k of
- unused Variable Buffer.
-
- I called Aaron Fothergill, he was the only one who could help me. Amos uses
- the Variable Buffer to store and compute the Names of Labels and Variables,
- so it needs an extremely huge Set Buffer to let it TEST out OK. BUT, Amos
- does NOT need all that extra Var Buffer when COMPILING. The answer is to
- make a copy of the Amos Program Source, BLoad it in, and fiddle the Value
- after the Set Buffer TOKEN down a ways, then BSave that out and compile.
-
- Seumas @ Dark Unicorn Productions
- (sfmcnally@bix.com)
-
-